home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 208 / 208.d81 / set-up highs (.txt) < prev    next >
Commodore BASIC  |  2022-08-26  |  140b  |  7 lines

  1. 10 open15,8,15,"s0:table2":close 15
  2. 20 open5,8,5,"table2,p,w"
  3. 30 print#5,chr$(0)chr$(207);
  4. 40 forx=0to19:print#5,chr$(0);:nextx
  5. 45 fory=1to5:print#5,"nobody "chr$(y);:nexty
  6. 50 close5
  7.